3.5 \(\int -\frac {3}{2} \, dx\)

Optimal. Leaf size=5 \[ -\frac {3 x}{2} \]

[Out]

-3/2*x

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 5, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {8} \[ -\frac {3 x}{2} \]

Antiderivative was successfully verified.

[In]

Int[-3/2,x]

[Out]

(-3*x)/2

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {align*} \int -\frac {3}{2} \, dx &=-\frac {3 x}{2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 5, normalized size = 1.00 \[ -\frac {3 x}{2} \]

Antiderivative was successfully verified.

[In]

Integrate[-3/2,x]

[Out]

(-3*x)/2

________________________________________________________________________________________

fricas [A]  time = 0.38, size = 3, normalized size = 0.60 \[ -\frac {3}{2} \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x, algorithm="fricas")

[Out]

-3/2*x

________________________________________________________________________________________

giac [A]  time = 1.16, size = 3, normalized size = 0.60 \[ -\frac {3}{2} \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x, algorithm="giac")

[Out]

-3/2*x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 4, normalized size = 0.80 \[ -\frac {3 x}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-3/2,x)

[Out]

-3/2*x

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 3, normalized size = 0.60 \[ -\frac {3}{2} \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x, algorithm="maxima")

[Out]

-3/2*x

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 3, normalized size = 0.60 \[ -\frac {3\,x}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-3/2,x)

[Out]

-(3*x)/2

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 5, normalized size = 1.00 \[ - \frac {3 x}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-3/2,x)

[Out]

-3*x/2

________________________________________________________________________________________